home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr09 / pafrc933.zip / DLRECLST.INF < prev    next >
Text File  |  1993-06-02  |  2KB  |  44 lines

  1.  
  2.  
  3.           ╔══════════════════════════════════════════════════════════╗
  4.           ║    Information About DLRECLST - From File DLRECLST.INF   ║
  5.           ╟──────────────────────────────────────────────────────────╢
  6.           ║       PAF Review   -   Edition 93.3   -   May 1993       ║
  7.           ╚══════════════════════════════════════════════════════════╝
  8.  
  9.         Reads the INDIV2.DAT and MARR2.DAT files and lists the numbers of
  10.         deleted records to the printer.  BASIC source code is included.
  11.  
  12.         Version:       1.0? (no version given in program)
  13.         Author:        Jack J. Chandler
  14.         Address:       812 Vermillion Dr., Henderson, NV  89015
  15.         Release Date:  February 1991    
  16.         BBS File Name: DLRECLST.ZIP, DLRECLST.BAS
  17.         Software Type: Freeware
  18.         Fee:           N/A
  19.         Read/Write:    Read only
  20.  
  21.         DLRECLST is a BASIC program that reads through the PAF data files
  22.         searching for deleted records.  It prompts the user for the path
  23.         of the directory containing the PAF data files.  The numbers of
  24.         any deleted records are listed to the printer under the
  25.         appropriate title.  
  26.  
  27.         No documentation is included, except the source program itself. 
  28.         Since the source code is included, the program could be of use to
  29.         understand the structure of the files read - INDIV2.DAT and
  30.         MARR2.DAT.
  31.  
  32.         NOTE: When you find the DLRECLST.BAS version of the program on a
  33.         bulletin board, it is likely in tokenized GWBASIC format that
  34.         cannot be read directly by QBasic, Turbo Basic, or a text editor. 
  35.         You will have to load the program using GWBASIC or IBM BASIC, then
  36.         save it in ASCII format first. 
  37.         
  38.         For example:
  39.  
  40.            GWBASIC
  41.            LOAD"DLRECLST.BAS"
  42.            SAVE"DLRECLST.BAS",A
  43.  
  44.